(sys_rename): Only check errno against EEXIST, and not
authorAndrew Innes <andrewi@gnu.org>
Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)
commitf266e665127a5fa90f0ba16da9aa2caaf59c81c6
treea3065d91591edad8a6ed19fa9dac4a05e5bced5a
parent0b688ed903c80f2c623e1f35b4524103d037df62
(sys_rename): Only check errno against EEXIST, and not
EACCES, when determining whether rename failed because the target
exists.  This was resulting in indefinite looping on Windows 9x if
the source file was locked by another process.
src/w32.c